home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 2009 February / PCWFEB09.iso / Software / Resources / Chat & Communication / Gizmo Project 4.0.4 / WinGizmoInstall.exe / message_styles / Renkoo / variants / BlueRed.css < prev    next >
Cascading Style Sheet File  |  2007-04-20  |  2KB  |  83 lines

  1. @import "../main.css";
  2.  
  3. .incomingItem .timeStamp {
  4.         color:#bddff8;
  5. }
  6.  
  7. .outgoingItem .timeStamp {
  8.     color:#f8b1b1;
  9. }
  10.  
  11.  
  12.  
  13. /*############Incoming Bubble########## */
  14. .incomingItem    {
  15.     background:url("../images/blueBackground.gif") repeat-y top right;
  16. }
  17.  
  18. .incomingItem .bubbleHeading {
  19.     background:url("../images/blueCurves.gif") no-repeat top left;
  20. }
  21.  
  22. .incomingItem .bubbleHeading div {
  23.     background:url("../images/blueCurves.gif") no-repeat top right;
  24. }
  25.  
  26. .incomingItem .bubbleIndicator { 
  27.     background:url("../images/blueIndicator.gif") no-repeat top left;
  28. }
  29.  
  30. .incomingItem .bubbleFooting {
  31.     background:url("../images/blueCurves.gif") no-repeat bottom left;
  32. }
  33.  
  34. .incomingItem .bubbleFooting div {
  35.     background:url("../images/blueCurves.gif") no-repeat bottom right;
  36. }
  37.  
  38. .incomingItem .response {
  39.     background:url("../images/blueBackground.gif") repeat-y top left;
  40. }
  41.  
  42. .incomingItem .followUp {
  43.     color:#ddf0fe;
  44.     background-color:#ddf0fe;
  45.     border-bottom:1px solid #fff;
  46. }
  47.  
  48. /*############Outgoing Bubble########## */
  49.  
  50. .outgoingItem    {
  51.     background:url("../images/redBackground.gif") repeat-y top right;
  52. }
  53.  
  54. .outgoingItem .bubbleHeading {
  55.     background:url("../images/redCurves.gif") no-repeat top left;
  56. }
  57.  
  58. .outgoingItem .bubbleHeading div {
  59.     background:url("../images/redCurves.gif") no-repeat top right;
  60. }
  61.  
  62. .outgoingItem .bubbleIndicator { 
  63.     background:url("../images/redIndicator.gif") no-repeat top left;
  64. }
  65.  
  66. .outgoingItem .bubbleFooting {
  67.     background:url("../images/redCurves.gif") no-repeat bottom left;
  68. }
  69.  
  70. .outgoingItem .bubbleFooting div {
  71.     background:url("../images/redCurves.gif") no-repeat bottom right;
  72. }
  73.  
  74. .outgoingItem .response {
  75.     background:url("../images/redBackground.gif") repeat-y top left;
  76. }
  77.  
  78. .outgoingItem .followUp {
  79.     color:#ffdada;
  80.     background-color:#ffdada;
  81.     border-bottom:1px solid #fff;
  82. }
  83.